home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / editor / wabd101.zip / WABD101.ZIP / PoolDemo / Admin.dfm / Admin.txt
Text File  |  1997-02-25  |  3KB  |  157 lines

  1. object AdminForm: TAdminForm
  2.   Left = 210
  3.   Top = 113
  4.   Width = 630
  5.   Height = 416
  6.   Caption = 'Pool Administration'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 14
  13.   object HTMLHeader1: THTMLHeader
  14.     Left = 0
  15.     Top = 0
  16.     Width = 622
  17.     Height = 56
  18.     HeaderNum = 2
  19.     Align = alTop
  20.     Caption = 'Pool Administration'
  21.   end
  22.   object HTMLFormSection1: THTMLFormSection
  23.     Left = 0
  24.     Top = 56
  25.     Width = 622
  26.     Height = 300
  27.     Align = alTop
  28.     GridX = 16
  29.     GridY = 16
  30.     object Label1: TLabel
  31.       Left = 24
  32.       Top = 16
  33.       Width = 157
  34.       Height = 14
  35.       Caption = 'Select an Area of administration:'
  36.     end
  37.     object StatLab: TLabel
  38.       Left = 72
  39.       Top = 40
  40.       Width = 55
  41.       Height = 14
  42.       Caption = '(No Status)'
  43.     end
  44.     object Label3: TLabel
  45.       Left = 24
  46.       Top = 40
  47.       Width = 34
  48.       Height = 14
  49.       Caption = 'Status:'
  50.     end
  51.     object Label2: TLabel
  52.       Left = 24
  53.       Top = 80
  54.       Width = 55
  55.       Height = 14
  56.       Caption = 'Edit Tables:'
  57.     end
  58.     object Label4: TLabel
  59.       Left = 320
  60.       Top = 80
  61.       Width = 120
  62.       Height = 14
  63.       Caption = '*Dangerous* Operations:'
  64.     end
  65.     object UsersBut: TButton
  66.       Left = 24
  67.       Top = 96
  68.       Width = 89
  69.       Height = 25
  70.       Caption = 'Users'
  71.       TabOrder = 0
  72.       OnClick = UsersButClick
  73.     end
  74.     object LogOffBut: TButton
  75.       Left = 24
  76.       Top = 248
  77.       Width = 89
  78.       Height = 25
  79.       Caption = 'Log Off'
  80.       TabOrder = 1
  81.       OnClick = LogOffButClick
  82.     end
  83.     object RecreateTabBut: TButton
  84.       Left = 320
  85.       Top = 96
  86.       Width = 89
  87.       Height = 25
  88.       Caption = 'Recreate Tables'
  89.       TabOrder = 2
  90.       OnClick = RecreateTabButClick
  91.     end
  92.     object TeamsBut: TButton
  93.       Left = 24
  94.       Top = 128
  95.       Width = 89
  96.       Height = 25
  97.       Caption = 'Teams'
  98.       TabOrder = 3
  99.       OnClick = TeamsButClick
  100.     end
  101.     object GamesBut: TButton
  102.       Left = 24
  103.       Top = 160
  104.       Width = 89
  105.       Height = 25
  106.       Caption = 'Games'
  107.       TabOrder = 4
  108.       OnClick = GamesButClick
  109.     end
  110.     object WeeksBut: TButton
  111.       Left = 24
  112.       Top = 192
  113.       Width = 89
  114.       Height = 25
  115.       Caption = 'Weeks'
  116.       TabOrder = 5
  117.       OnClick = WeeksButClick
  118.     end
  119.     object PicksBut: TButton
  120.       Left = 144
  121.       Top = 96
  122.       Width = 89
  123.       Height = 25
  124.       Caption = 'Picks'
  125.       TabOrder = 6
  126.       OnClick = PicksButClick
  127.     end
  128.     object PlayerWeekBut: TButton
  129.       Left = 144
  130.       Top = 128
  131.       Width = 89
  132.       Height = 25
  133.       Caption = 'Player Week'
  134.       TabOrder = 7
  135.       OnClick = PlayerWeekButClick
  136.     end
  137.     object GlobalsBut: TButton
  138.       Left = 144
  139.       Top = 160
  140.       Width = 89
  141.       Height = 25
  142.       Caption = 'Globals'
  143.       TabOrder = 8
  144.       OnClick = GlobalsButClick
  145.     end
  146.     object DeleteTabBut: TButton
  147.       Left = 320
  148.       Top = 136
  149.       Width = 89
  150.       Height = 25
  151.       Caption = 'Delete Tables'
  152.       TabOrder = 9
  153.       OnClick = DeleteTabButClick
  154.     end
  155.   end
  156. end
  157.